home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / disk / misc / fmsdisk.readme < prev    next >
Text File  |  1992-11-05  |  2KB  |  58 lines

  1. Short: Matt Dillon's FMS trackdisk emulator
  2.  
  3. long: 
  4.                    FMS.DOC
  5.  
  6.             FILE BASED TRACKDISK SIMULATOR
  7.  
  8.     * Useful for creating a floppy-like partition on your harddisk
  9.       (so you can diskcopy to a floppy) WITHOUT actually having to
  10.       create a special partition for it.
  11.  
  12.     * Useful for testing new filesystems and such
  13.  
  14.     * Up to 32 Units, OFS or FFS selectable via Mountlist
  15.  
  16.     * THIS IS NOT A RAM DISK.  Operation will be necessarily slower
  17.       than your HD, but that isn't the point behind using the device!
  18.  
  19.     * Advantages over RAD / Other ram disks ... doesn't use RAM.
  20.       Designed for hard disk users.  By putting the 'partition'
  21.       file on the hard disk, it sticks around and you don't loose
  22.       the data you wrote to it, so mounting it again after reboot
  23.       or power up yields whatever was there before.
  24.  
  25.     The fmsdisk.device simulates a trackdisk.device for fixed media
  26.     via a DOS file (one file per unit).  Simply setup your Mountlist,
  27.     mount the simulated trackdisk, and format, and you are off.
  28.  
  29.     This has particular advantages for those hard disk users who make
  30.     lots of distributions, like me.  I can create a simulated partition
  31.     using fmsdisk.device that uses exactly the same parameters as
  32.     my favorite floppy device (and run the appropriate file system,
  33.     in this case the OFS).  After formatting, I can copy the distribution
  34.     onto the simulated partition and then DiskCopy it to the floppy.
  35.  
  36.     This also has advantages to people fooling around with writing their
  37.     own file systems, as the disk file used may be examined at any time
  38.     through normal programs while the 'filesystem' is running.
  39.  
  40.                INSTALLATION
  41.  
  42.     copy fmsdisk.device devs:
  43.  
  44.     Assign FMS: to some empty directory on your hard disk (doesn't have
  45.     to be empty, but might as well be clean, eh?).  Files will be
  46.     named FMS:Unit%d
  47.  
  48.     Add appropriate entries to your Mountlist (see example Mountlist).
  49.  
  50.     Mount FF0:
  51.  
  52.     ; Only need to format the first time to create the file.
  53.     Format drive FF0: name "FF0" NOICONS
  54.  
  55.     Repeat above two lines for each simulated partition you wish to add.
  56.  
  57.  
  58.